home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue47 / Clinic / Automation / IEBrowsU.dfm / IEBrowsU.txt
Encoding:
Text File  |  1999-01-18  |  1.2 KB  |  67 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 412
  5.   Height = 94
  6.   Caption = 'Internet Explorer Automation Via Variants'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 25
  17.     Height = 13
  18.     Caption = '&URL:'
  19.     FocusControl = btnBrowse
  20.   end
  21.   object btnEasterEgg: TButton
  22.     Left = 192
  23.     Top = 40
  24.     Width = 97
  25.     Height = 25
  26.     Caption = '&IE4 Easter Egg'
  27.     TabOrder = 3
  28.     OnClick = btnEasterEggClick
  29.   end
  30.   object btnAbout: TButton
  31.     Left = 88
  32.     Top = 40
  33.     Width = 97
  34.     Height = 25
  35.     Caption = 'IE4 &About'
  36.     TabOrder = 2
  37.     OnClick = btnAboutClick
  38.   end
  39.   object btnWin98: TButton
  40.     Left = 296
  41.     Top = 40
  42.     Width = 97
  43.     Height = 25
  44.     Caption = '&Win98 Easter Egg'
  45.     TabOrder = 4
  46.     OnClick = btnWin98Click
  47.   end
  48.   object btnBrowse: TButton
  49.     Left = 8
  50.     Top = 40
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Go to URL'
  54.     Default = True
  55.     TabOrder = 1
  56.     OnClick = btnBrowseClick
  57.   end
  58.   object edtURL: TEdit
  59.     Left = 38
  60.     Top = 4
  61.     Width = 355
  62.     Height = 21
  63.     TabOrder = 0
  64.     Text = 'http://www.itecuk.com/delmag'
  65.   end
  66. end
  67.